home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / textutil.19 / textutil / textutils-1.19 / lib / memcasecmp.h < prev    next >
Encoding:
Text File  |  1996-04-25  |  174 b   |  10 lines

  1. #undef __P
  2. #if defined (__STDC__) && __STDC__
  3. # define __P(args) args
  4. #else
  5. # define __P(args) ()
  6. #endif
  7.  
  8. int
  9.   memcasecmp __P((const void *vs1, const void *vs2, size_t n));
  10.